diff options
Diffstat (limited to 'bibletime/main.cpp')
-rw-r--r-- | bibletime/main.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bibletime/main.cpp b/bibletime/main.cpp index 366db32..e77993f 100644 --- a/bibletime/main.cpp +++ b/bibletime/main.cpp @@ -30,7 +30,7 @@ #include "frontend/kstartuplogo.h" #include "frontend/cbtconfig.h" -//Qt includes +//TQt includes #include <tqdir.h> //KDE includes @@ -46,7 +46,7 @@ bool showDebugMessages = false; BibleTime* bibletime_ptr = 0; -void myMessageOutput( QtMsgType type, const char *msg ) { +void myMessageOutput( TQtMsgType type, const char *msg ) { //we use this messagehandler to switch debugging off in final releases switch ( type ) { case QtDebugMsg: @@ -116,7 +116,7 @@ extern "C" { } int main(int argc, char* argv[]) { - qInstallMsgHandler( myMessageOutput ); + tqInstallMsgHandler( myMessageOutput ); //create about data for this application static KCmdLineOptions options[] = |