summaryrefslogtreecommitdiffstats
path: root/src/simplemainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/simplemainwindow.h')
-rw-r--r--src/simplemainwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplemainwindow.h b/src/simplemainwindow.h
index 19ef20b2..193c70eb 100644
--- a/src/simplemainwindow.h
+++ b/src/simplemainwindow.h
@@ -38,7 +38,7 @@ class SimpleMainWindow: public DMainWindow, public KDevMainWindow {
Q_OBJECT
TQ_OBJECT
public:
- SimpleMainWindow(TQWidget* tqparent = 0, const char *name = 0);
+ SimpleMainWindow(TQWidget* parent = 0, const char *name = 0);
virtual ~SimpleMainWindow();
virtual void embedPartView(TQWidget *view, const TQString &title, const TQString& toolTip = TQString());