summaryrefslogtreecommitdiffstats
path: root/src/dmctl.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-02-13 11:03:25 +0900
committerMichele Calgaro <[email protected]>2024-02-13 11:03:25 +0900
commit1d2fbc02d29b741c9128b42de8300ed296730f97 (patch)
tree58725e8e00365be47407b9abf9487d661e7413eb /src/dmctl.h
parent12fe60049b43f7299e1f0cde44ec812d68bb867e (diff)
downloadtastymenu-1d2fbc02d29b741c9128b42de8300ed296730f97.tar.gz
tastymenu-1d2fbc02d29b741c9128b42de8300ed296730f97.zip
Replace Q_WS_* defines with TQ_WS_* equivalents
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/dmctl.h')
-rw-r--r--src/dmctl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dmctl.h b/src/dmctl.h
index 4fdb8fb..d7a6621 100644
--- a/src/dmctl.h
+++ b/src/dmctl.h
@@ -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