summaryrefslogtreecommitdiffstats
path: root/kontact/plugins/newsticker/kcmkontactknt.h
diff options
context:
space:
mode:
Diffstat (limited to 'kontact/plugins/newsticker/kcmkontactknt.h')
-rw-r--r--kontact/plugins/newsticker/kcmkontactknt.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/kontact/plugins/newsticker/kcmkontactknt.h b/kontact/plugins/newsticker/kcmkontactknt.h
index 7463cf00..c88c94e2 100644
--- a/kontact/plugins/newsticker/kcmkontactknt.h
+++ b/kontact/plugins/newsticker/kcmkontactknt.h
@@ -40,7 +40,7 @@ class KCMKontactKNT : public KCModule
Q_OBJECT
public:
- KCMKontactKNT( QWidget *parent = 0, const char *name = 0 );
+ KCMKontactKNT( TQWidget *parent = 0, const char *name = 0 );
virtual void load();
virtual void save();
@@ -53,8 +53,8 @@ class KCMKontactKNT : public KCModule
void newFeed();
void deleteFeed();
- void selectedChanged( QListViewItem *item );
- void allCurrentChanged( QListViewItem *item );
+ void selectedChanged( TQListViewItem *item );
+ void allCurrentChanged( TQListViewItem *item );
void modified();
@@ -69,17 +69,17 @@ class KCMKontactKNT : public KCModule
KListView *mAllNews;
KListView *mSelectedNews;
- QListViewItem *mCustomItem;
+ TQListViewItem *mCustomItem;
KPushButton *mAddButton;
KPushButton *mRemoveButton;
KPushButton *mNewButton;
KPushButton *mDeleteButton;
- QSpinBox *mUpdateInterval;
- QSpinBox *mArticleCount;
+ TQSpinBox *mUpdateInterval;
+ TQSpinBox *mArticleCount;
- QMap<QString, QString> mFeedMap;
- QValueList<NewsItem*> mCustomFeeds;
+ TQMap<TQString, TQString> mFeedMap;
+ TQValueList<NewsItem*> mCustomFeeds;
};
class NewsEditDialog : public KDialogBase
@@ -87,16 +87,16 @@ class NewsEditDialog : public KDialogBase
Q_OBJECT
public:
- NewsEditDialog( const QString&, const QString&, QWidget *parent );
- QString title() const;
- QString url() const;
+ NewsEditDialog( const TQString&, const TQString&, TQWidget *parent );
+ TQString title() const;
+ TQString url() const;
private slots:
void modified();
private:
- QLineEdit *mTitle;
- QLineEdit *mURL;
+ TQLineEdit *mTitle;
+ TQLineEdit *mURL;
};
#endif