summaryrefslogtreecommitdiffstats
path: root/src/MainWidget.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-20 14:04:27 +0900
committerMichele Calgaro <[email protected]>2023-07-20 14:04:27 +0900
commit8abfadf6f203cd326d62da508b89340d918ba040 (patch)
tree0de30633cef2c335c708171b470a68aca66df307 /src/MainWidget.h
parent791bca17606246ebbc962ade9f2f4d88f970dfea (diff)
downloadkvkbd-8abfadf6f203cd326d62da508b89340d918ba040.tar.gz
kvkbd-8abfadf6f203cd326d62da508b89340d918ba040.zip
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/MainWidget.h')
-rw-r--r--src/MainWidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MainWidget.h b/src/MainWidget.h
index 126aeeb..a108a12 100644
--- a/src/MainWidget.h
+++ b/src/MainWidget.h
@@ -40,7 +40,7 @@ class KbdTray;
class MainWidget : public ResizableDragWidget
{
-Q_OBJECT
+TQ_OBJECT
public:
MainWidget(TDEAboutData *about=0, bool tren=false, TQWidget *parent=0,const char *name="", WFlags f=WStyle_Customize | TQt::WX11BypassWM |WStyle_NormalBorder);
@@ -131,7 +131,7 @@ private:
class KbdDock : public DragWidget
{
- Q_OBJECT
+ TQ_OBJECT
public: