diff options
Diffstat (limited to 'examples/main.cpp')
-rw-r--r-- | examples/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/main.cpp b/examples/main.cpp index e81f80409..602721d00 100644 --- a/examples/main.cpp +++ b/examples/main.cpp @@ -19,13 +19,13 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA . * ***************************************************************************/ -#include <QtGui/QApplication> +#include <TQtGui/TQApplication> #include "PkExample.h" int main(int argc, char *argv[]) { - QApplication app(argc, argv); + TQApplication app(argc, argv); PkExample example; example.show(); return app.exec(); |