diff options
Diffstat (limited to 'src/configdialog.h')
| -rw-r--r-- | src/configdialog.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/configdialog.h b/src/configdialog.h index 4bf0fe5..f051857 100644 --- a/src/configdialog.h +++ b/src/configdialog.h @@ -53,10 +53,10 @@ public: /** * The constructor sets up the Tabbed dialog pages. * - * @param tqparent A pointer to the tqparent widget + * @param parent A pointer to the parent widget * @param name The widget name */ - ConfigDialog(TQWidget* tqparent, const char* name=0); + ConfigDialog(TQWidget* parent, const char* name=0); virtual ~ConfigDialog(); /** @@ -200,10 +200,10 @@ public: class SourceListViewItem : public KListViewItem { public: - SourceListViewItem(KListView* tqparent, const GeneralFetcherInfo& info, + SourceListViewItem(KListView* parent, const GeneralFetcherInfo& info, const TQString& groupName = TQString()); - SourceListViewItem(KListView* tqparent, TQListViewItem* after, + SourceListViewItem(KListView* parent, TQListViewItem* after, const GeneralFetcherInfo& info, const TQString& groupName = TQString()); void setConfigGroup(const TQString& s) { m_configGroup = s; } |
