Replace Q_WS_* defines with TQ_WS_* equivalents

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/9/head
Michele Calgaro 2 months ago
parent 12fe60049b
commit 1d2fbc02d2
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -19,7 +19,7 @@
#include "dmctl.h"
#ifdef Q_WS_X11
#ifdef TQ_WS_X11
#include <tdelocale.h>
#include <dcopclient.h>
@ -431,4 +431,4 @@ DM::GDMAuthenticate()
fclose (fp);
}
#endif // Q_WS_X11
#endif // TQ_WS_X11

@ -33,7 +33,7 @@ typedef TQValueList<SessEnt> SessList;
class DM {
#ifdef Q_WS_X11
#ifdef TQ_WS_X11
public:
DM();
@ -66,7 +66,7 @@ private:
void GDMAuthenticate();
#else // Q_WS_X11
#else // TQ_WS_X11
public:
DM() {}
@ -86,7 +86,7 @@ public:
bool bootOptions( TQStringList &opts, int &dflt, int &curr );
#endif // Q_WS_X11
#endif // TQ_WS_X11
}; // class DM

Loading…
Cancel
Save