summaryrefslogtreecommitdiffstats
path: root/src/MainWidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/MainWidget.h')
-rw-r--r--src/MainWidget.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MainWidget.h b/src/MainWidget.h
index 3df3089..6801737 100644
--- a/src/MainWidget.h
+++ b/src/MainWidget.h
@@ -43,7 +43,7 @@ class MainWidget : public ResizableDragWidget
Q_OBJECT
TQ_OBJECT
public:
- MainWidget(KAboutData *about=0, bool tren=false, TQWidget *tqparent=0,const char *name="", WFlags f=WStyle_Customize | TQt::WX11BypassWM |WStyle_NormalBorder);
+ MainWidget(KAboutData *about=0, bool tren=false, TQWidget *parent=0,const char *name="", WFlags f=WStyle_Customize | TQt::WX11BypassWM |WStyle_NormalBorder);
void mappingNotify(XMappingEvent *e);
void finishInit();
bool close ( bool alsoDelete );
@@ -158,7 +158,7 @@ class KbdTray : public KSystemTray
{
public:
- KbdTray( TQWidget* tqparent = 0, const char* name = 0 );
+ KbdTray( TQWidget* parent = 0, const char* name = 0 );
protected:
void mousePressEvent(TQMouseEvent *);