summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/picasawebexport
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/picasawebexport
parent3bc1fbd33771ace2ad3c5972b91429ac587875bd (diff)
downloadkipi-plugins-291468741b984aed44077c9e2ce526bed5dcc7c9.tar.gz
kipi-plugins-291468741b984aed44077c9e2ce526bed5dcc7c9.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'kipi-plugins/picasawebexport')
-rw-r--r--kipi-plugins/picasawebexport/picasaweblogin.h2
-rw-r--r--kipi-plugins/picasawebexport/picasawebtalker.h2
-rw-r--r--kipi-plugins/picasawebexport/picasawebwidget.h2
-rw-r--r--kipi-plugins/picasawebexport/picasawebwindow.h2
-rw-r--r--kipi-plugins/picasawebexport/plugin_picasawebexport.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/kipi-plugins/picasawebexport/picasaweblogin.h b/kipi-plugins/picasawebexport/picasaweblogin.h
index 86980d6..8137704 100644
--- a/kipi-plugins/picasawebexport/picasaweblogin.h
+++ b/kipi-plugins/picasawebexport/picasaweblogin.h
@@ -36,7 +36,7 @@ namespace KIPIPicasawebExportPlugin
class PicasawebLogin : public TQDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kipi-plugins/picasawebexport/picasawebtalker.h b/kipi-plugins/picasawebexport/picasawebtalker.h
index e2ca66a..d767939 100644
--- a/kipi-plugins/picasawebexport/picasawebtalker.h
+++ b/kipi-plugins/picasawebexport/picasawebtalker.h
@@ -54,7 +54,7 @@ class PicasaWebAlbum;
class PicasawebTalker : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kipi-plugins/picasawebexport/picasawebwidget.h b/kipi-plugins/picasawebexport/picasawebwidget.h
index 3a94d5b..f794111 100644
--- a/kipi-plugins/picasawebexport/picasawebwidget.h
+++ b/kipi-plugins/picasawebexport/picasawebwidget.h
@@ -48,7 +48,7 @@ class UploadWidget;
class PicasawebWidget : public UploadWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kipi-plugins/picasawebexport/picasawebwindow.h b/kipi-plugins/picasawebexport/picasawebwindow.h
index 11d4079..a4f1cef 100644
--- a/kipi-plugins/picasawebexport/picasawebwindow.h
+++ b/kipi-plugins/picasawebexport/picasawebwindow.h
@@ -77,7 +77,7 @@ class GAlbumViewItem;
class PicasawebWindow : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/kipi-plugins/picasawebexport/plugin_picasawebexport.h b/kipi-plugins/picasawebexport/plugin_picasawebexport.h
index 5de3af3..bf78a8c 100644
--- a/kipi-plugins/picasawebexport/plugin_picasawebexport.h
+++ b/kipi-plugins/picasawebexport/plugin_picasawebexport.h
@@ -38,7 +38,7 @@ using namespace KIPIPicasawebExportPlugin;
class Plugin_PicasawebExport : public KIPI::Plugin
{
Q_OBJECT
- TQ_OBJECT
+
public: