summaryrefslogtreecommitdiffstats
path: root/kaboodle/conf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kaboodle/conf.cpp')
-rw-r--r--kaboodle/conf.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kaboodle/conf.cpp b/kaboodle/conf.cpp
index 4570bf2e..370946e4 100644
--- a/kaboodle/conf.cpp
+++ b/kaboodle/conf.cpp
@@ -32,7 +32,7 @@
#include "view.h"
Kaboodle::Conf::Conf(TQWidget *_parent, const char *_name)
- : KDialogBase(_parent, _name, true, TQString::null, Ok | Cancel)
+ : KDialogBase(_parent, _name, true, TQString(), Ok | Cancel)
{
TQVBox *box = makeVBoxMainWidget();