summaryrefslogtreecommitdiffstats
path: root/src/profilesshoptions.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/profilesshoptions.h')
-rw-r--r--src/profilesshoptions.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/profilesshoptions.h b/src/profilesshoptions.h
index 68a92db..78a2d19 100644
--- a/src/profilesshoptions.h
+++ b/src/profilesshoptions.h
@@ -21,7 +21,7 @@
#define PROFILESSHOPTIONS_H
#include "profilesshoptionsbase.h"
-#include <qwidget.h>
+#include <tqwidget.h>
/**
@author Christoph Thielecke
@@ -29,8 +29,9 @@
class ProfileSshOptions : public ProfileSshOptionsBase
{
Q_OBJECT
+ TQ_OBJECT
public:
- ProfileSshOptions(QWidget *parent);
+ ProfileSshOptions(TQWidget *parent);
~ProfileSshOptions();
bool dialogModified;