summaryrefslogtreecommitdiffstats
path: root/knights/thinbuttons.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'knights/thinbuttons.cpp')
-rw-r--r--knights/thinbuttons.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/knights/thinbuttons.cpp b/knights/thinbuttons.cpp
index b619bad..52b308c 100644
--- a/knights/thinbuttons.cpp
+++ b/knights/thinbuttons.cpp
@@ -20,7 +20,7 @@
#include <tqpushbutton.h>
#include <tqstyle.h>
-thinbuttons::thinbuttons(TQWidget *tqparent, const char *name, resource *Rsrc ) : TQFrame(tqparent,name)
+thinbuttons::thinbuttons(TQWidget *parent, const char *name, resource *Rsrc ) : TQFrame(parent,name)
{
Resource = Rsrc;
rightClickID = 0;