summaryrefslogtreecommitdiffstats
path: root/krename/krenameimpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'krename/krenameimpl.h')
-rw-r--r--krename/krenameimpl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/krename/krenameimpl.h b/krename/krenameimpl.h
index 45bf350..aa8850f 100644
--- a/krename/krenameimpl.h
+++ b/krename/krenameimpl.h
@@ -59,7 +59,7 @@ class TQVGroupBox;
class TQWidget;
#include <kguiitem.h>
-KPushButton* createButton( KGuiItem item, TQWidget* tqparent );
+KPushButton* createButton( KGuiItem item, TQWidget* parent );
class KRenameImpl : public TQObject, public KRenameDCOP {
Q_OBJECT
@@ -195,7 +195,7 @@ class KRenameImpl : public TQObject, public KRenameDCOP {
void getHelpDialogString( TQLineEdit* edit );
protected:
- TQWidget* tqparent;
+ TQWidget* parent;
KMenuBar* menuBar;
KPopupMenu* mnuSort;
KAction* loadPlugins;