summaryrefslogtreecommitdiffstats
path: root/src/profilecmdexecafterdisconnectoptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/profilecmdexecafterdisconnectoptions.h')
-rw-r--r--src/profilecmdexecafterdisconnectoptions.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/profilecmdexecafterdisconnectoptions.h b/src/profilecmdexecafterdisconnectoptions.h
index 4ed3d16..5d7f0df 100644
--- a/src/profilecmdexecafterdisconnectoptions.h
+++ b/src/profilecmdexecafterdisconnectoptions.h
@@ -21,7 +21,7 @@
#define PROFILECMDEXECAFTERDISCONNECTOPTIONS_H
#include "profilecmdexecafterdisconnectoptionsbase.h"
-#include <qwidget.h>
+#include <tqwidget.h>
/**
@author Christoph Thielecke
@@ -29,8 +29,9 @@
class ProfileCmdExecAfterDisconnectOptions : public ProfileCmdExecAfterDisconnectOptionsBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- ProfileCmdExecAfterDisconnectOptions(QWidget *parent);
+ ProfileCmdExecAfterDisconnectOptions(TQWidget *parent);
~ProfileCmdExecAfterDisconnectOptions();
bool dialogModified;