diff options
Diffstat (limited to 'akregator/src/simplenodeselector.h')
-rw-r--r-- | akregator/src/simplenodeselector.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/akregator/src/simplenodeselector.h b/akregator/src/simplenodeselector.h index ba9ddda2d..97e87fda3 100644 --- a/akregator/src/simplenodeselector.h +++ b/akregator/src/simplenodeselector.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_SIMPLENODESELECTOR_H @@ -44,8 +44,9 @@ class SimpleNodeSelector; class SelectNodeDialog : public KDialogBase { Q_OBJECT + TQ_OBJECT public: - SelectNodeDialog(FeedList* feedList, TQWidget* parent=0, char* name=0); + SelectNodeDialog(FeedList* feedList, TQWidget* tqparent=0, char* name=0); virtual ~SelectNodeDialog(); TreeNode* selectedNode() const; @@ -63,12 +64,13 @@ class SelectNodeDialog : public KDialogBase SelectNodeDialogPrivate* d; }; -class SimpleNodeSelector : public QWidget +class SimpleNodeSelector : public TQWidget { Q_OBJECT + TQ_OBJECT public: - SimpleNodeSelector(FeedList* feedList, TQWidget* parent=0, const char* name=0); + SimpleNodeSelector(FeedList* feedList, TQWidget* tqparent=0, const char* name=0); virtual ~SimpleNodeSelector(); TreeNode* selectedNode() const; |