diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:16:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-14 21:16:22 -0600 |
commit | 989d6a19014011bd6981abb3decb91a7b3af0971 (patch) | |
tree | d04e94ec18fd643e4ab53f6ca8ed1f4e8934e06e /nsplugins/viewer/qxteventloop.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/qxteventloop.cpp')
-rw-r--r-- | nsplugins/viewer/qxteventloop.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsplugins/viewer/qxteventloop.cpp b/nsplugins/viewer/qxteventloop.cpp index 4e1d13a21..8250f6bba 100644 --- a/nsplugins/viewer/qxteventloop.cpp +++ b/nsplugins/viewer/qxteventloop.cpp @@ -37,7 +37,7 @@ #include "qxteventloop.h" -#if QT_VERSION >= 0x030100 +#if TQT_VERSION >= 0x030100 #include <tqapplication.h> #include <tqwidgetintdict.h> |