summaryrefslogtreecommitdiffstats
path: root/src/kchmbookmarkwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kchmbookmarkwindow.h')
-rw-r--r--src/kchmbookmarkwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kchmbookmarkwindow.h b/src/kchmbookmarkwindow.h
index 1692a3b..98b2f67 100644
--- a/src/kchmbookmarkwindow.h
+++ b/src/kchmbookmarkwindow.h
@@ -34,10 +34,10 @@ class KCHMBookmarkWindow : public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- KCHMBookmarkWindow(TQWidget *tqparent = 0, const char *name = 0);
+ KCHMBookmarkWindow(TQWidget *parent = 0, const char *name = 0);
virtual ~KCHMBookmarkWindow() {};
- void createMenu( KCHMMainWindow * tqparent );
+ void createMenu( KCHMMainWindow * parent );
void restoreSettings (const KCHMSettings::bookmark_saved_settings_t& settings);
void saveSettings (KCHMSettings::bookmark_saved_settings_t& settings);