summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/widgets/filtereditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'kftpgrabber/src/widgets/filtereditor.h')
-rw-r--r--kftpgrabber/src/widgets/filtereditor.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/kftpgrabber/src/widgets/filtereditor.h b/kftpgrabber/src/widgets/filtereditor.h
index 869b900..0e1dfa4 100644
--- a/kftpgrabber/src/widgets/filtereditor.h
+++ b/kftpgrabber/src/widgets/filtereditor.h
@@ -39,14 +39,14 @@
#include "widgetlister.h"
#include "misc/filter.h"
-#include <ntqwidget.h>
-#include <ntqpushbutton.h>
-#include <ntqgroupbox.h>
-#include <ntqlistview.h>
-#include <ntqradiobutton.h>
-#include <ntqcombobox.h>
-#include <ntqwidgetstack.h>
-#include <ntqcheckbox.h>
+#include <tqwidget.h>
+#include <tqpushbutton.h>
+#include <tqgroupbox.h>
+#include <tqlistview.h>
+#include <tqradiobutton.h>
+#include <tqcombobox.h>
+#include <tqwidgetstack.h>
+#include <tqcheckbox.h>
#include <kpushbutton.h>
@@ -60,7 +60,7 @@ class ListView;
* @author Jernej Kos
*/
class FilterConditionWidget : public TQWidget {
-Q_OBJECT
+TQ_OBJECT
public:
/**
* Class constructor.
@@ -100,7 +100,7 @@ private:
* @author Jernej Kos
*/
class FilterConditionWidgetLister : public WidgetLister {
-Q_OBJECT
+TQ_OBJECT
public:
/**
* Class constructor.
@@ -131,7 +131,7 @@ private:
* @author Jernej Kos
*/
class FilterConditionsList : public TQGroupBox {
-Q_OBJECT
+TQ_OBJECT
public:
/**
* Class constructor.
@@ -167,7 +167,7 @@ private:
* @author Jernej Kos
*/
class FilterActionWidget : public TQWidget {
-Q_OBJECT
+TQ_OBJECT
public:
/**
* Class constructor.
@@ -205,7 +205,7 @@ private:
* @author Jernej Kos
*/
class FilterActionWidgetLister : public WidgetLister {
-Q_OBJECT
+TQ_OBJECT
public:
/**
* Class constructor.
@@ -236,7 +236,7 @@ private:
* @author Jernej Kos
*/
class FilterActionsList : public TQGroupBox {
-Q_OBJECT
+TQ_OBJECT
public:
/**
* Class constructor.
@@ -267,7 +267,7 @@ private:
* @author Jernej Kos
*/
class FilterListView : public TQGroupBox {
-Q_OBJECT
+TQ_OBJECT
public:
/**
* Class constructor.
@@ -345,7 +345,7 @@ private:
* @author Jernej Kos
*/
class FilterEditor : public TQWidget {
-Q_OBJECT
+TQ_OBJECT
public:
/**
* Class constructor.