summaryrefslogtreecommitdiffstats
path: root/kolf/floater.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kolf/floater.cpp')
-rw-r--r--kolf/floater.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kolf/floater.cpp b/kolf/floater.cpp
index 1d33a2ca..fe6e6344 100644
--- a/kolf/floater.cpp
+++ b/kolf/floater.cpp
@@ -39,9 +39,9 @@ void FloaterGuide::setPoints(int xa, int ya, int xb, int yb)
}
}
-Config *FloaterGuide::config(TQWidget *tqparent)
+Config *FloaterGuide::config(TQWidget *parent)
{
- return floater->config(tqparent);
+ return floater->config(parent);
}
/////////////////////////
@@ -253,8 +253,8 @@ void Floater::firstMove(int x, int y)
/////////////////////////
-FloaterConfig::FloaterConfig(Floater *floater, TQWidget *tqparent)
- : BridgeConfig(floater, tqparent)
+FloaterConfig::FloaterConfig(Floater *floater, TQWidget *parent)
+ : BridgeConfig(floater, parent)
{
this->floater = floater;
m_vtqlayout->addStretch();