summaryrefslogtreecommitdiffstats
path: root/kppp/pppdargs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/pppdargs.cpp')
-rw-r--r--kppp/pppdargs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kppp/pppdargs.cpp b/kppp/pppdargs.cpp
index 2bbc1e62..e7e8b473 100644
--- a/kppp/pppdargs.cpp
+++ b/kppp/pppdargs.cpp
@@ -41,7 +41,7 @@
#include <kstdguiitem.h>
PPPdArguments::PPPdArguments(TQWidget *parent, const char *name)
- : TQDialog(parent, name, TRUE)
+ : TQDialog(parent, name, true)
{
setCaption(i18n("Customize pppd Arguments"));
KWin::setIcons(winId(), kapp->icon(), kapp->miniIcon());