From 27a2809f57cc6180008fc3438555b458a03ab22a Mon Sep 17 00:00:00 2001 From: xavierqet Date: Mon, 30 Oct 2006 19:28:16 +0000 Subject: [PATCH] Petite modification pour les compilateurs chiants comme euh.. au hasard... gcc 4.1.x ? git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@9 bfdf4180-ca20-0410-9c96-a3a8aa849046 --- qetapp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qetapp.h b/qetapp.h index aa6a4cfc3..e235e0586 100644 --- a/qetapp.h +++ b/qetapp.h @@ -17,7 +17,7 @@ void addSchemaVue(SchemaVue *); static QString commonElementsDir(); static QString customElementsDir(); - static QString QETApp::configDir(); + static QString configDir(); public slots: void systray(QSystemTrayIcon::ActivationReason raison); void systrayReduire();