summaryrefslogtreecommitdiffstats
path: root/akregator/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-17 16:08:47 -0600
commit210090aed352271bcd474b28db9644d9461d7189 (patch)
tree90a41c57403e068d3d7616952c02aa3af88f3d7c /akregator/src
parent4bed3ea970817c21a63e468df8e8a45517f751bb (diff)
downloadtdepim-210090aed352271bcd474b28db9644d9461d7189.tar.gz
tdepim-210090aed352271bcd474b28db9644d9461d7189.zip
Remove spurious TQ_OBJECT instances
Diffstat (limited to 'akregator/src')
-rw-r--r--akregator/src/actionmanagerimpl.h2
-rw-r--r--akregator/src/addfeeddialog.h4
-rw-r--r--akregator/src/akregator_part.h4
-rw-r--r--akregator/src/akregator_run.h2
-rw-r--r--akregator/src/akregator_view.h2
-rw-r--r--akregator/src/articlelistview.h2
-rw-r--r--akregator/src/articleviewer.h2
-rw-r--r--akregator/src/configdialog.h2
-rw-r--r--akregator/src/feed.h2
-rw-r--r--akregator/src/feediconmanager.h2
-rw-r--r--akregator/src/feedlist.h2
-rw-r--r--akregator/src/feedlistview.h4
-rw-r--r--akregator/src/fetchqueue.h2
-rw-r--r--akregator/src/folder.h2
-rw-r--r--akregator/src/frame.h2
-rw-r--r--akregator/src/librss/image.h2
-rw-r--r--akregator/src/librss/loader.h8
-rw-r--r--akregator/src/librss/testlibrss.h2
-rw-r--r--akregator/src/listtabwidget.h2
-rw-r--r--akregator/src/mainwindow.h4
-rw-r--r--akregator/src/mk4storage/mk4confwidget.h2
-rw-r--r--akregator/src/mk4storage/storagemk4impl.h2
-rw-r--r--akregator/src/nodelist.h2
-rw-r--r--akregator/src/notificationmanager.h2
-rw-r--r--akregator/src/pageviewer.h2
-rw-r--r--akregator/src/progressmanager.h4
-rw-r--r--akregator/src/propertiesdialog.h4
-rw-r--r--akregator/src/searchbar.h2
-rw-r--r--akregator/src/settings_advanced.h2
-rw-r--r--akregator/src/simplenodeselector.h4
-rw-r--r--akregator/src/speechclient.h2
-rw-r--r--akregator/src/storagedummyimpl.h2
-rw-r--r--akregator/src/tabwidget.h2
-rw-r--r--akregator/src/tagaction.h2
-rw-r--r--akregator/src/tagnode.h2
-rw-r--r--akregator/src/tagnodelist.h2
-rw-r--r--akregator/src/tagpropertiesdialog.h2
-rw-r--r--akregator/src/tagset.h2
-rw-r--r--akregator/src/trayicon.h2
-rw-r--r--akregator/src/treenode.h2
-rw-r--r--akregator/src/viewer.h2
41 files changed, 51 insertions, 51 deletions
diff --git a/akregator/src/actionmanagerimpl.h b/akregator/src/actionmanagerimpl.h
index 3b63ab95..76b30e29 100644
--- a/akregator/src/actionmanagerimpl.h
+++ b/akregator/src/actionmanagerimpl.h
@@ -50,7 +50,7 @@ class TabWidget;
class ActionManagerImpl : public ActionManager
{
Q_OBJECT
- TQ_OBJECT
+
public:
ActionManagerImpl(Part* part, TQObject* parent=0, const char* name=0);
diff --git a/akregator/src/addfeeddialog.h b/akregator/src/addfeeddialog.h
index 113d7f2a..51d93ba2 100644
--- a/akregator/src/addfeeddialog.h
+++ b/akregator/src/addfeeddialog.h
@@ -41,7 +41,7 @@ namespace Akregator
class AddFeedWidget : public AddFeedWidgetBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddFeedWidget(TQWidget *parent = 0, const char *name = 0);
~AddFeedWidget();
@@ -50,7 +50,7 @@ namespace Akregator
class AddFeedDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
AddFeedDialog(TQWidget *parent = 0, const char *name = 0);
~AddFeedDialog();
diff --git a/akregator/src/akregator_part.h b/akregator/src/akregator_part.h
index 763aad84..d74d4d42 100644
--- a/akregator/src/akregator_part.h
+++ b/akregator/src/akregator_part.h
@@ -60,7 +60,7 @@ namespace Akregator
class BrowserExtension : public KParts::BrowserExtension
{
Q_OBJECT
- TQ_OBJECT
+
public:
BrowserExtension(Part *p, const char *name );
@@ -77,7 +77,7 @@ namespace Akregator
class Part : public MyBasePart, virtual public AkregatorPartIface
{
Q_OBJECT
- TQ_OBJECT
+
public:
typedef MyBasePart inherited;
diff --git a/akregator/src/akregator_run.h b/akregator/src/akregator_run.h
index 35e80e4c..6f8308b9 100644
--- a/akregator/src/akregator_run.h
+++ b/akregator/src/akregator_run.h
@@ -35,7 +35,7 @@ class Viewer;
class BrowserRun : public KParts::BrowserRun
{
Q_OBJECT
- TQ_OBJECT
+
public:
/** indicates how HTML pages should be opened. It is passed in the constructor and sent back via the openInViewer signal. This is a workaround to fix opening of non-HTML mimetypes in 3.5, which will be refactored for KDE4 anyway. For 3.5.x it's the easiest way to fix the problem without changing too much code TODO KDE4: refactor, remove this enum */
enum OpeningMode
diff --git a/akregator/src/akregator_view.h b/akregator/src/akregator_view.h
index 8237759d..98950008 100644
--- a/akregator/src/akregator_view.h
+++ b/akregator/src/akregator_view.h
@@ -80,7 +80,7 @@ namespace Akregator {
class View : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
/** constructor
diff --git a/akregator/src/articlelistview.h b/akregator/src/articlelistview.h
index 95fd64ad..47f34757 100644
--- a/akregator/src/articlelistview.h
+++ b/akregator/src/articlelistview.h
@@ -43,7 +43,7 @@ namespace Akregator
class ArticleListView : public KListView
{
Q_OBJECT
- TQ_OBJECT
+
public:
ArticleListView(TQWidget *parent = 0, const char *name = 0);
virtual ~ArticleListView();
diff --git a/akregator/src/articleviewer.h b/akregator/src/articleviewer.h
index 7b0e626e..ace931c8 100644
--- a/akregator/src/articleviewer.h
+++ b/akregator/src/articleviewer.h
@@ -48,7 +48,7 @@ namespace Akregator
class ArticleViewer : public Viewer
{
Q_OBJECT
- TQ_OBJECT
+
public:
/** Constructor */
ArticleViewer(TQWidget* parent, const char* name);
diff --git a/akregator/src/configdialog.h b/akregator/src/configdialog.h
index f6714001..a2842c3f 100644
--- a/akregator/src/configdialog.h
+++ b/akregator/src/configdialog.h
@@ -35,7 +35,7 @@ class SettingsAppearance;
class ConfigDialog : public KConfigDialog
{
Q_OBJECT
- TQ_OBJECT
+
public:
ConfigDialog(TQWidget *parent, const char *name, KConfigSkeleton *config, DialogType dialogType=IconList, int dialogButtons=Default|Ok|Apply|Cancel|Help, ButtonCode defaultButton=Ok, bool modal=false);
diff --git a/akregator/src/feed.h b/akregator/src/feed.h
index 2c5bc768..2a6c5639 100644
--- a/akregator/src/feed.h
+++ b/akregator/src/feed.h
@@ -64,7 +64,7 @@ namespace Akregator
friend class Article;
Q_OBJECT
- TQ_OBJECT
+
public:
/** the archiving modes:
- globalDefault: use default from Settings (default)
diff --git a/akregator/src/feediconmanager.h b/akregator/src/feediconmanager.h
index b7bee57f..83df9d35 100644
--- a/akregator/src/feediconmanager.h
+++ b/akregator/src/feediconmanager.h
@@ -45,7 +45,7 @@ namespace Akregator
class FeedIconManager:public TQObject, public DCOPObject
{
Q_OBJECT
-// TQ_OBJECT
+//
K_DCOP
public:
diff --git a/akregator/src/feedlist.h b/akregator/src/feedlist.h
index 683cdd15..0587e498 100644
--- a/akregator/src/feedlist.h
+++ b/akregator/src/feedlist.h
@@ -44,7 +44,7 @@ class TreeNode;
class FeedList : public NodeList
{
Q_OBJECT
- TQ_OBJECT
+
public:
FeedList(TQObject *parent = 0, const char *name = 0);
diff --git a/akregator/src/feedlistview.h b/akregator/src/feedlistview.h
index 8d4394e1..8a4cd775 100644
--- a/akregator/src/feedlistview.h
+++ b/akregator/src/feedlistview.h
@@ -39,7 +39,7 @@ class TagNodeList;
class NodeListView : public KListView
{
Q_OBJECT
- TQ_OBJECT
+
public:
NodeListView( TQWidget *parent = 0, const char *name = 0 );
virtual ~NodeListView();
@@ -193,7 +193,7 @@ public: // compat with KDE-3.x assertions, remove for KDE 4
class TagNodeListView : public NodeListView
{
Q_OBJECT
- TQ_OBJECT
+
public:
TagNodeListView(TQWidget *parent = 0, const char *name = 0) {}
virtual ~TagNodeListView() {}
diff --git a/akregator/src/fetchqueue.h b/akregator/src/fetchqueue.h
index 3b507b8b..1a0f449e 100644
--- a/akregator/src/fetchqueue.h
+++ b/akregator/src/fetchqueue.h
@@ -36,7 +36,7 @@ class TreeNode;
class FetchQueue : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/akregator/src/folder.h b/akregator/src/folder.h
index f2a024dd..d8060386 100644
--- a/akregator/src/folder.h
+++ b/akregator/src/folder.h
@@ -44,7 +44,7 @@ namespace Akregator
class Folder : public TreeNode
{
Q_OBJECT
- TQ_OBJECT
+
public:
/** creates a feed group parsed from a XML dom element.
Child nodes are not inserted or parsed.
diff --git a/akregator/src/frame.h b/akregator/src/frame.h
index 981a4661..4a0cb36d 100644
--- a/akregator/src/frame.h
+++ b/akregator/src/frame.h
@@ -43,7 +43,7 @@ namespace Akregator
class Frame : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
Frame(TQObject *parent, KParts::ReadOnlyPart *part, TQWidget *w, const TQString& tit, bool watchSignals=true);
diff --git a/akregator/src/librss/image.h b/akregator/src/librss/image.h
index 1df799ff..350253b4 100644
--- a/akregator/src/librss/image.h
+++ b/akregator/src/librss/image.h
@@ -34,7 +34,7 @@ namespace RSS
class KDE_EXPORT Image : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Default constructor.
diff --git a/akregator/src/librss/loader.h b/akregator/src/librss/loader.h
index 59f47c9c..dab47f17 100644
--- a/akregator/src/librss/loader.h
+++ b/akregator/src/librss/loader.h
@@ -35,7 +35,7 @@ namespace RSS
class KDE_EXPORT DataRetriever : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Default constructor.
@@ -90,7 +90,7 @@ namespace RSS
class KDE_EXPORT FileRetriever : public DataRetriever
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Default constructor.
@@ -162,7 +162,7 @@ namespace RSS
class OutputRetriever : public DataRetriever
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**
* Default constructor.
@@ -257,7 +257,7 @@ namespace RSS
class KDE_EXPORT Loader : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
friend class someClassWhichDoesNotExist;
public:
/**
diff --git a/akregator/src/librss/testlibrss.h b/akregator/src/librss/testlibrss.h
index 3d3e963b..222943a6 100644
--- a/akregator/src/librss/testlibrss.h
+++ b/akregator/src/librss/testlibrss.h
@@ -15,7 +15,7 @@ using RSS::Status;
class Tester : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
void test( const TQString &url );
diff --git a/akregator/src/listtabwidget.h b/akregator/src/listtabwidget.h
index 1dd4d92e..7e395167 100644
--- a/akregator/src/listtabwidget.h
+++ b/akregator/src/listtabwidget.h
@@ -46,7 +46,7 @@ class ListTabWidget : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/akregator/src/mainwindow.h b/akregator/src/mainwindow.h
index e5f90cf4..c076cb33 100644
--- a/akregator/src/mainwindow.h
+++ b/akregator/src/mainwindow.h
@@ -54,7 +54,7 @@ class MainWindow;
class BrowserInterface : public KParts::BrowserInterface
{
Q_OBJECT
- TQ_OBJECT
+
public:
BrowserInterface(Akregator::MainWindow *shell, const char *name );
@@ -73,7 +73,7 @@ private:
class MainWindow : public KParts::MainWindow
{
Q_OBJECT
- TQ_OBJECT
+
public:
MainWindow();
diff --git a/akregator/src/mk4storage/mk4confwidget.h b/akregator/src/mk4storage/mk4confwidget.h
index 3fd71eba..194295de 100644
--- a/akregator/src/mk4storage/mk4confwidget.h
+++ b/akregator/src/mk4storage/mk4confwidget.h
@@ -33,7 +33,7 @@ namespace Backend {
class MK4ConfWidget : public MK4ConfWidgetBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
MK4ConfWidget();
diff --git a/akregator/src/mk4storage/storagemk4impl.h b/akregator/src/mk4storage/storagemk4impl.h
index aa0a92ee..182807a8 100644
--- a/akregator/src/mk4storage/storagemk4impl.h
+++ b/akregator/src/mk4storage/storagemk4impl.h
@@ -37,7 +37,7 @@ namespace Backend {
class StorageMK4Impl : public Storage
{
Q_OBJECT
- TQ_OBJECT
+
public:
StorageMK4Impl();
diff --git a/akregator/src/nodelist.h b/akregator/src/nodelist.h
index c441ead7..48703d7e 100644
--- a/akregator/src/nodelist.h
+++ b/akregator/src/nodelist.h
@@ -49,7 +49,7 @@ class NodeList : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
NodeList(TQObject *parent=0, const char *name=0);
diff --git a/akregator/src/notificationmanager.h b/akregator/src/notificationmanager.h
index 96d898a0..0cc6db2e 100644
--- a/akregator/src/notificationmanager.h
+++ b/akregator/src/notificationmanager.h
@@ -36,7 +36,7 @@ namespace Akregator
class NotificationManager : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
/** singleton instance of notification manager */
static NotificationManager* self();
diff --git a/akregator/src/pageviewer.h b/akregator/src/pageviewer.h
index 82b497d6..352a5914 100644
--- a/akregator/src/pageviewer.h
+++ b/akregator/src/pageviewer.h
@@ -40,7 +40,7 @@ namespace Akregator
class PageViewer : public Viewer
{
Q_OBJECT
- TQ_OBJECT
+
public:
PageViewer(TQWidget* parent, const char* name);
virtual ~PageViewer();
diff --git a/akregator/src/progressmanager.h b/akregator/src/progressmanager.h
index 5b31bbf2..2b5598f3 100644
--- a/akregator/src/progressmanager.h
+++ b/akregator/src/progressmanager.h
@@ -36,7 +36,7 @@ class ProgressItemHandler;
class ProgressManager : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
static ProgressManager* self();
@@ -67,7 +67,7 @@ class ProgressManager : public TQObject
class ProgressItemHandler : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
ProgressItemHandler(Feed* feed);
virtual ~ProgressItemHandler();
diff --git a/akregator/src/propertiesdialog.h b/akregator/src/propertiesdialog.h
index 8be70c61..b9652221 100644
--- a/akregator/src/propertiesdialog.h
+++ b/akregator/src/propertiesdialog.h
@@ -33,7 +33,7 @@ namespace Akregator
class FeedPropertiesWidget : public FeedPropertiesWidgetBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
FeedPropertiesWidget(TQWidget *parent = 0, const char *name = 0);
~FeedPropertiesWidget();
@@ -45,7 +45,7 @@ namespace Akregator
class FeedPropertiesDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
FeedPropertiesDialog(TQWidget *parent = 0, const char *name = 0);
~FeedPropertiesDialog();
diff --git a/akregator/src/searchbar.h b/akregator/src/searchbar.h
index ee919ae6..cbb01a6b 100644
--- a/akregator/src/searchbar.h
+++ b/akregator/src/searchbar.h
@@ -40,7 +40,7 @@ namespace Filters
class SearchBar : public TQHBox
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/akregator/src/settings_advanced.h b/akregator/src/settings_advanced.h
index e8873cfa..cbb7b7f5 100644
--- a/akregator/src/settings_advanced.h
+++ b/akregator/src/settings_advanced.h
@@ -18,7 +18,7 @@ namespace Backend
class SettingsAdvanced : public SettingsAdvancedBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
SettingsAdvanced(TQWidget* parent=0, const char* name=0);
diff --git a/akregator/src/simplenodeselector.h b/akregator/src/simplenodeselector.h
index ccdacb84..1ac25b37 100644
--- a/akregator/src/simplenodeselector.h
+++ b/akregator/src/simplenodeselector.h
@@ -44,7 +44,7 @@ class SimpleNodeSelector;
class SelectNodeDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
SelectNodeDialog(FeedList* feedList, TQWidget* parent=0, char* name=0);
virtual ~SelectNodeDialog();
@@ -67,7 +67,7 @@ class SelectNodeDialog : public KDialogBase
class SimpleNodeSelector : public TQWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
SimpleNodeSelector(FeedList* feedList, TQWidget* parent=0, const char* name=0);
diff --git a/akregator/src/speechclient.h b/akregator/src/speechclient.h
index 5172130b..d4fe8f6f 100644
--- a/akregator/src/speechclient.h
+++ b/akregator/src/speechclient.h
@@ -42,7 +42,7 @@ class SpeechClient : public TQObject, public KSpeech_stub, virtual public KSpeec
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/akregator/src/storagedummyimpl.h b/akregator/src/storagedummyimpl.h
index 05961ffc..3288737a 100644
--- a/akregator/src/storagedummyimpl.h
+++ b/akregator/src/storagedummyimpl.h
@@ -37,7 +37,7 @@ namespace Backend {
class StorageDummyImpl : public Storage
{
Q_OBJECT
- TQ_OBJECT
+
public:
StorageDummyImpl();
diff --git a/akregator/src/tabwidget.h b/akregator/src/tabwidget.h
index ec7168c5..70fdca04 100644
--- a/akregator/src/tabwidget.h
+++ b/akregator/src/tabwidget.h
@@ -38,7 +38,7 @@ class Frame;
class TabWidget : public KTabWidget
{
Q_OBJECT
- TQ_OBJECT
+
public:
TabWidget(TQWidget * parent = 0, const char *name = 0);
diff --git a/akregator/src/tagaction.h b/akregator/src/tagaction.h
index 43142ecc..59ea3ccb 100644
--- a/akregator/src/tagaction.h
+++ b/akregator/src/tagaction.h
@@ -38,7 +38,7 @@ class Tag;
class TagAction : public KToggleAction
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/akregator/src/tagnode.h b/akregator/src/tagnode.h
index db3d8225..a41439fc 100644
--- a/akregator/src/tagnode.h
+++ b/akregator/src/tagnode.h
@@ -45,7 +45,7 @@ class TreeNodeVisitor;
class TagNode : public TreeNode
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/akregator/src/tagnodelist.h b/akregator/src/tagnodelist.h
index 5f06f455..be85e7e8 100644
--- a/akregator/src/tagnodelist.h
+++ b/akregator/src/tagnodelist.h
@@ -44,7 +44,7 @@ namespace Akregator {
class TagNodeList : public NodeList
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/akregator/src/tagpropertiesdialog.h b/akregator/src/tagpropertiesdialog.h
index 1dffd8da..24e6788d 100644
--- a/akregator/src/tagpropertiesdialog.h
+++ b/akregator/src/tagpropertiesdialog.h
@@ -34,7 +34,7 @@ class Tag;
class TagPropertiesDialog : public KDialogBase
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/akregator/src/tagset.h b/akregator/src/tagset.h
index 4a1c8324..f0814834 100644
--- a/akregator/src/tagset.h
+++ b/akregator/src/tagset.h
@@ -48,7 +48,7 @@ class TagSet : public TQObject
{
friend class Tag;
Q_OBJECT
- TQ_OBJECT
+
public:
TagSet(TQObject* parent=0);
diff --git a/akregator/src/trayicon.h b/akregator/src/trayicon.h
index 4af30613..e491fdac 100644
--- a/akregator/src/trayicon.h
+++ b/akregator/src/trayicon.h
@@ -35,7 +35,7 @@ namespace Akregator
class TrayIcon : public KSystemTray
{
Q_OBJECT
- TQ_OBJECT
+
public:
static TrayIcon* getInstance();
static void setInstance(TrayIcon* trayIcon);
diff --git a/akregator/src/treenode.h b/akregator/src/treenode.h
index 305bc5d4..02b64614 100644
--- a/akregator/src/treenode.h
+++ b/akregator/src/treenode.h
@@ -51,7 +51,7 @@ class FetchQueue;
class TreeNode : public TQObject
{
Q_OBJECT
- TQ_OBJECT
+
public:
diff --git a/akregator/src/viewer.h b/akregator/src/viewer.h
index d01949c9..41a2250e 100644
--- a/akregator/src/viewer.h
+++ b/akregator/src/viewer.h
@@ -39,7 +39,7 @@ namespace Akregator
class Viewer : public KHTMLPart
{
Q_OBJECT
- TQ_OBJECT
+
public:
/**