QT_NO_* -> TQT_NO_* renaming.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/1/head
Michele Calgaro 6 years ago
parent c0e38be13d
commit 236600854b
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -1,4 +1,4 @@
CPPFLAGS="$CPPFLAGS -DKOMMANDER -DDESIGNER -DQT_NO_SQL -DHAVE_KDE"
CPPFLAGS="$CPPFLAGS -DKOMMANDER -DDESIGNER -DTQT_NO_SQL -DHAVE_KDE"
# Process user input to configure
build_kommander="yes"

@ -19,9 +19,9 @@
#include "mainwindow.h"
#ifdef QT_NO_SQL
#ifdef TQT_NO_SQL
#define TQT_NO_SQL
#endif // QT_NO_SQL
#endif // TQT_NO_SQL
#include <tqapplication.h>
#include <tqclipboard.h>

@ -25,9 +25,9 @@
#include "kommanderfactory.h"
#include <kommanderplugin.h>
#ifdef QT_NO_SQL
#ifdef TQT_NO_SQL
#define TQT_NO_SQL
#endif // QT_NO_SQL
#endif // TQT_NO_SQL
#include <tqfeatures.h>
#include "config.h"

Loading…
Cancel
Save