summaryrefslogtreecommitdiffstats
path: root/ksim/ksimframe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ksim/ksimframe.cpp')
-rw-r--r--ksim/ksimframe.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ksim/ksimframe.cpp b/ksim/ksimframe.cpp
index 80af61a..a76eddf 100644
--- a/ksim/ksimframe.cpp
+++ b/ksim/ksimframe.cpp
@@ -23,8 +23,8 @@
#include "ksim.h"
#include "themetypes.h"
-KSim::Frame::Frame(int type, TQWidget *tqparent, const char *name)
- : TQWidget (tqparent, name)
+KSim::Frame::Frame(int type, TQWidget *parent, const char *name)
+ : TQWidget (parent, name)
{
setType(type);