summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/rawconverter
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:04:01 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:04:01 -0600
commit291468741b984aed44077c9e2ce526bed5dcc7c9 (patch)
treea00c1ef761c981ea3bbcb48650bbb56a8d1e0dbb /kipi-plugins/rawconverter
parent3bc1fbd33771ace2ad3c5972b91429ac587875bd (diff)
downloadkipi-plugins-291468741b984aed44077c9e2ce526bed5dcc7c9.tar.gz
kipi-plugins-291468741b984aed44077c9e2ce526bed5dcc7c9.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kipi-plugins/rawconverter')
-rw-r--r--kipi-plugins/rawconverter/batchdialog.h2
-rw-r--r--kipi-plugins/rawconverter/plugin_rawconverter.h2
-rw-r--r--kipi-plugins/rawconverter/previewwidget.h2
-rw-r--r--kipi-plugins/rawconverter/rawdecodingiface.h2
-rw-r--r--kipi-plugins/rawconverter/savesettingswidget.h2
-rw-r--r--kipi-plugins/rawconverter/singledialog.h2
6 files changed, 6 insertions, 6 deletions
diff --git a/kipi-plugins/rawconverter/batchdialog.h b/kipi-plugins/rawconverter/batchdialog.h
index 2bea35a..63493ea 100644
--- a/kipi-plugins/rawconverter/batchdialog.h
+++ b/kipi-plugins/rawconverter/batchdialog.h
@@ -61,7 +61,7 @@ class BatchDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kipi-plugins/rawconverter/plugin_rawconverter.h b/kipi-plugins/rawconverter/plugin_rawconverter.h
index 39d6955..2765415 100644
--- a/kipi-plugins/rawconverter/plugin_rawconverter.h
+++ b/kipi-plugins/rawconverter/plugin_rawconverter.h
@@ -34,7 +34,7 @@ class KAction;
class Plugin_RawConverter : public KIPI::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kipi-plugins/rawconverter/previewwidget.h b/kipi-plugins/rawconverter/previewwidget.h
index f84ee41..7a3448f 100644
--- a/kipi-plugins/rawconverter/previewwidget.h
+++ b/kipi-plugins/rawconverter/previewwidget.h
@@ -42,7 +42,7 @@ class PreviewWidgetPriv;
class PreviewWidget : public TQFrame
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kipi-plugins/rawconverter/rawdecodingiface.h b/kipi-plugins/rawconverter/rawdecodingiface.h
index 94788c4..ed20247 100644
--- a/kipi-plugins/rawconverter/rawdecodingiface.h
+++ b/kipi-plugins/rawconverter/rawdecodingiface.h
@@ -57,7 +57,7 @@ namespace KIPIRawConverterPlugin
class RawDecodingIface : public KDcrawIface::KDcraw
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kipi-plugins/rawconverter/savesettingswidget.h b/kipi-plugins/rawconverter/savesettingswidget.h
index 17bc42b..4bea5ad 100644
--- a/kipi-plugins/rawconverter/savesettingswidget.h
+++ b/kipi-plugins/rawconverter/savesettingswidget.h
@@ -35,7 +35,7 @@ class SaveSettingsWidgetPriv;
class SaveSettingsWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kipi-plugins/rawconverter/singledialog.h b/kipi-plugins/rawconverter/singledialog.h
index 21d5738..17e9c25 100644
--- a/kipi-plugins/rawconverter/singledialog.h
+++ b/kipi-plugins/rawconverter/singledialog.h
@@ -55,7 +55,7 @@ class SaveSettingsWidget;
class SingleDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public: