diff options
author | Michele Calgaro <[email protected]> | 2023-07-20 12:49:18 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-07-23 18:55:50 +0900 |
commit | d6c24d70fffccecf73e9a8b87432ca798fdd7eb8 (patch) | |
tree | 88159c0e3d82e716a213e98815014d4ac20c42af /src/app | |
parent | a03a99184d8fd6fd75478096fc8abdbf80e36665 (diff) | |
download | gwenview-d6c24d70fffccecf73e9a8b87432ca798fdd7eb8.tar.gz gwenview-d6c24d70fffccecf73e9a8b87432ca798fdd7eb8.zip |
Replace Q_OBJECT with TQ_OBJECT
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit f5f3eb33f587085077453d74aadffa2d2377a73d)
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/bookmarkdialog.h | 2 | ||||
-rw-r--r-- | src/app/bookmarkowner.h | 2 | ||||
-rw-r--r-- | src/app/bookmarkviewcontroller.h | 4 | ||||
-rw-r--r-- | src/app/configdialog.h | 2 | ||||
-rw-r--r-- | src/app/dirviewcontroller.h | 2 | ||||
-rw-r--r-- | src/app/history.h | 2 | ||||
-rw-r--r-- | src/app/kipiinterface.h | 2 | ||||
-rw-r--r-- | src/app/mainwindow.h | 2 | ||||
-rw-r--r-- | src/app/metaedit.h | 2 | ||||
-rw-r--r-- | src/app/treeview.h | 2 | ||||
-rw-r--r-- | src/app/vtabwidget.h | 2 |
11 files changed, 12 insertions, 12 deletions
diff --git a/src/app/bookmarkdialog.h b/src/app/bookmarkdialog.h index f1f344e..c3fc2ad 100644 --- a/src/app/bookmarkdialog.h +++ b/src/app/bookmarkdialog.h @@ -27,7 +27,7 @@ namespace Gwenview { class BookmarkDialogPrivate; class BookmarkDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: enum Mode { BOOKMARK_GROUP, BOOKMARK }; diff --git a/src/app/bookmarkowner.h b/src/app/bookmarkowner.h index 1263272..50e2385 100644 --- a/src/app/bookmarkowner.h +++ b/src/app/bookmarkowner.h @@ -28,7 +28,7 @@ namespace Gwenview { class BookmarkOwner : public TQObject, public KBookmarkOwner { -Q_OBJECT +TQ_OBJECT public: BookmarkOwner(TQWidget* parent); diff --git a/src/app/bookmarkviewcontroller.h b/src/app/bookmarkviewcontroller.h index a0d8b41..e0e7924 100644 --- a/src/app/bookmarkviewcontroller.h +++ b/src/app/bookmarkviewcontroller.h @@ -41,7 +41,7 @@ namespace Gwenview { * A listview on which the user can drop urls */ class URLDropListView : public TDEListView { -Q_OBJECT +TQ_OBJECT public: URLDropListView(TQWidget* parent); @@ -56,7 +56,7 @@ protected: class BookmarkViewController : public TQObject { -Q_OBJECT +TQ_OBJECT public: BookmarkViewController(TQWidget*); diff --git a/src/app/configdialog.h b/src/app/configdialog.h index a5d4b83..de1ad53 100644 --- a/src/app/configdialog.h +++ b/src/app/configdialog.h @@ -34,7 +34,7 @@ namespace Gwenview { class ConfigDialogPrivate; class ConfigDialog : public KDialogBase { -Q_OBJECT +TQ_OBJECT public: ConfigDialog(TQWidget*, KIPI::PluginLoader*); diff --git a/src/app/dirviewcontroller.h b/src/app/dirviewcontroller.h index c4ad2f3..7e22a4e 100644 --- a/src/app/dirviewcontroller.h +++ b/src/app/dirviewcontroller.h @@ -36,7 +36,7 @@ class Job; namespace Gwenview { class DirViewController : public TQObject { - Q_OBJECT + TQ_OBJECT public: DirViewController(TQWidget* parent); diff --git a/src/app/history.h b/src/app/history.h index f1d2cc7..bc90a3b 100644 --- a/src/app/history.h +++ b/src/app/history.h @@ -35,7 +35,7 @@ typedef TQValueList<KURL> HistoryList; namespace Gwenview { class History : public TQObject { -Q_OBJECT +TQ_OBJECT public: diff --git a/src/app/kipiinterface.h b/src/app/kipiinterface.h index da241d4..d9135fa 100644 --- a/src/app/kipiinterface.h +++ b/src/app/kipiinterface.h @@ -36,7 +36,7 @@ class KIPIInterfacePrivate; class FileViewController; class KIPIInterface :public KIPI::Interface { - Q_OBJECT + TQ_OBJECT public: diff --git a/src/app/mainwindow.h b/src/app/mainwindow.h index d5515f5..9ce1e73 100644 --- a/src/app/mainwindow.h +++ b/src/app/mainwindow.h @@ -61,7 +61,7 @@ class SlideShow; class MainWindow : public TDEMainWindow { -Q_OBJECT +TQ_OBJECT public: MainWindow(); diff --git a/src/app/metaedit.h b/src/app/metaedit.h index 6bcf9da..e7c4d36 100644 --- a/src/app/metaedit.h +++ b/src/app/metaedit.h @@ -31,7 +31,7 @@ namespace Gwenview { class Document; class MetaEdit : public TQVBox { -Q_OBJECT +TQ_OBJECT public: MetaEdit(TQWidget *parent, Document*, const char *name=""); diff --git a/src/app/treeview.h b/src/app/treeview.h index 5ab2d21..a100a64 100644 --- a/src/app/treeview.h +++ b/src/app/treeview.h @@ -30,7 +30,7 @@ namespace Gwenview { class TreeView : public KFileTreeView { -Q_OBJECT +TQ_OBJECT public: TreeView(TQWidget* parent); diff --git a/src/app/vtabwidget.h b/src/app/vtabwidget.h index 84b7c35..dc0363d 100644 --- a/src/app/vtabwidget.h +++ b/src/app/vtabwidget.h @@ -29,7 +29,7 @@ namespace Gwenview { class VTabWidget : public TQWidget { -Q_OBJECT +TQ_OBJECT public: VTabWidget(TQWidget* parent); |