summaryrefslogtreecommitdiffstats
path: root/src/kvirc/ui/kvi_splash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kvirc/ui/kvi_splash.h')
-rw-r--r--src/kvirc/ui/kvi_splash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kvirc/ui/kvi_splash.h b/src/kvirc/ui/kvi_splash.h
index e522d53e..a75c937f 100644
--- a/src/kvirc/ui/kvi_splash.h
+++ b/src/kvirc/ui/kvi_splash.h
@@ -67,7 +67,7 @@ protected slots:
extern KVIRC_API KviSplashScreen * g_pSplashScreen;
#define KVI_SPLASH_SET_PROGRESS(__val) if(g_pSplashScreen)g_pSplashScreen->setProgress(__val);
-//#define KVI_SPLASH_SET_TEXT(__txt) if(g_pSplashScreen){ g_pSplashScreen->message(__txt); debug(__txt.latin1()); }
+//#define KVI_SPLASH_SET_TEXT(__txt) if(g_pSplashScreen){ g_pSplashScreen->message(__txt); tqDebug(__txt.latin1()); }
#endif //_KVI_SPLASH_H_