diff options
Diffstat (limited to 'kmahjongg/kmahjongg.cpp')
-rw-r--r-- | kmahjongg/kmahjongg.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmahjongg/kmahjongg.cpp b/kmahjongg/kmahjongg.cpp index 49246f92..8bd9b107 100644 --- a/kmahjongg/kmahjongg.cpp +++ b/kmahjongg/kmahjongg.cpp @@ -57,8 +57,8 @@ int is_paused = 0; /** Constructor. */ -KMahjongg::KMahjongg( TQWidget* tqparent, const char *name) - : KMainWindow(tqparent, name) +KMahjongg::KMahjongg( TQWidget* parent, const char *name) + : KMainWindow(parent, name) { boardEditor = 0; |