diff options
author | Timothy Pearson <[email protected]> | 2012-02-14 21:16:22 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-02-14 21:16:22 -0600 |
commit | 989d6a19014011bd6981abb3decb91a7b3af0971 (patch) | |
tree | d04e94ec18fd643e4ab53f6ca8ed1f4e8934e06e /nsplugins/viewer/viewer.cpp | |
parent | 77041d785dbbede734f8dc44aa454d07d14f0317 (diff) | |
download | tdebase-989d6a19014011bd6981abb3decb91a7b3af0971.tar.gz tdebase-989d6a19014011bd6981abb3decb91a7b3af0971.zip |
Update various qt function definitions and static methods for tqt3
Diffstat (limited to 'nsplugins/viewer/viewer.cpp')
-rw-r--r-- | nsplugins/viewer/viewer.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/nsplugins/viewer/viewer.cpp b/nsplugins/viewer/viewer.cpp index e15b52eb0..eb5a0956d 100644 --- a/nsplugins/viewer/viewer.cpp +++ b/nsplugins/viewer/viewer.cpp @@ -46,7 +46,7 @@ #endif #include <kconfig.h> -#if QT_VERSION < 0x030100 +#if TQT_VERSION < 0x030100 #include "kxt.h" #include <X11/Intrinsic.h> #include <X11/Shell.h> @@ -103,7 +103,7 @@ void parseCommandLine(int argc, char *argv[]) } } -#if QT_VERSION < 0x030100 +#if TQT_VERSION < 0x030100 static XtAppContext g_appcon; static bool g_quit = false; @@ -227,7 +227,7 @@ int main(int argc, char** argv) kdDebug(1430) << "2 - parseCommandLine" << endl; parseCommandLine(argc, argv); -#if QT_VERSION < 0x030100 +#if TQT_VERSION < 0x030100 // Create application kdDebug(1430) << "3 - XtToolkitInitialize" << endl; XtToolkitInitialize(); @@ -298,7 +298,7 @@ int main(int argc, char** argv) NSPluginViewer *viewer = new NSPluginViewer( "viewer", 0 ); // start main loop -#if QT_VERSION < 0x030100 +#if TQT_VERSION < 0x030100 kdDebug(1430) << "8 - XtAppProcessEvent" << endl; while (!g_quit) XtAppProcessEvent( g_appcon, XtIMAll); |