summaryrefslogtreecommitdiffstats
path: root/akregator/src/propertiesdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'akregator/src/propertiesdialog.h')
-rw-r--r--akregator/src/propertiesdialog.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/akregator/src/propertiesdialog.h b/akregator/src/propertiesdialog.h
index 234df190..f6f85376 100644
--- a/akregator/src/propertiesdialog.h
+++ b/akregator/src/propertiesdialog.h
@@ -34,7 +34,7 @@ namespace Akregator
{
Q_OBJECT
public:
- FeedPropertiesWidget(QWidget *parent = 0, const char *name = 0);
+ FeedPropertiesWidget(TQWidget *parent = 0, const char *name = 0);
~FeedPropertiesWidget();
virtual void slotUpdateComboBoxActivated(int index);
virtual void slotUpdateCheckBoxToggled(bool enabled);
@@ -45,7 +45,7 @@ namespace Akregator
{
Q_OBJECT
public:
- FeedPropertiesDialog(QWidget *parent = 0, const char *name = 0);
+ FeedPropertiesDialog(TQWidget *parent = 0, const char *name = 0);
~FeedPropertiesDialog();
void setFeed(Feed* feed);
@@ -54,8 +54,8 @@ namespace Akregator
void selectFeedName();
protected:
- const QString feedName() const;
- const QString url() const;
+ const TQString feedName() const;
+ const TQString url() const;
bool autoFetch() const;
int fetchInterval() const;
Feed::ArchiveMode archiveMode() const;
@@ -65,8 +65,8 @@ namespace Akregator
bool useNotification() const;
bool loadLinkedWebsite() const;
- void setFeedName(const QString& title);
- void setUrl(const QString& url);
+ void setFeedName(const TQString& title);
+ void setUrl(const TQString& url);
void setAutoFetch(bool);
void setFetchInterval(int);
void setArchiveMode(Feed::ArchiveMode mode);
@@ -84,7 +84,7 @@ namespace Akregator
Feed* m_feed;
private slots:
- void slotSetCaption(const QString&);
+ void slotSetCaption(const TQString&);
};
}