summaryrefslogtreecommitdiffstats
path: root/src/suspenddialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/suspenddialog.cpp')
-rw-r--r--src/suspenddialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/suspenddialog.cpp b/src/suspenddialog.cpp
index e76f887..8be599b 100644
--- a/src/suspenddialog.cpp
+++ b/src/suspenddialog.cpp
@@ -38,8 +38,8 @@
#include "suspenddialog.h"
/*! This is the default constructor of the class. */
-suspendDialog::suspendDialog(TQWidget *tqparent, const char *name)
- :suspend_Dialog(tqparent, name, true, TQt::WStyle_StaysOnTop | TQt::WDestructiveClose )
+suspendDialog::suspendDialog(TQWidget *parent, const char *name)
+ :suspend_Dialog(parent, name, true, TQt::WStyle_StaysOnTop | TQt::WDestructiveClose )
{
this->setIcon(SmallIcon("kpowersave", TQIconSet::Automatic));
}