diff options
Diffstat (limited to 'akregator/src/nodelist.h')
-rw-r--r-- | akregator/src/nodelist.h | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/akregator/src/nodelist.h b/akregator/src/nodelist.h index b65078cc5..3d628ec78 100644 --- a/akregator/src/nodelist.h +++ b/akregator/src/nodelist.h @@ -18,8 +18,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef AKREGATOR_NODELIST_H @@ -45,13 +45,14 @@ namespace Akregator { class Folder; class TreeNode; -class NodeList : public QObject +class NodeList : public TQObject { Q_OBJECT + TQ_OBJECT public: - NodeList(TQObject *parent=0, const char *name=0); + NodeList(TQObject *tqparent=0, const char *name=0); virtual ~NodeList(); virtual Folder* rootNode() const; @@ -103,7 +104,7 @@ public slots: // compat with KDE-3.x assertions, remove for KDE 4 virtual void slotNodeDestroyed(TreeNode* node); virtual void slotNodeAdded(TreeNode* node); - virtual void slotNodeRemoved(Folder* parent, TreeNode* node); + virtual void slotNodeRemoved(Folder* tqparent, TreeNode* node); public: // compat with KDE-3.x assertions, remove for KDE 4 // private: |