summaryrefslogtreecommitdiffstats
path: root/kscreensaver/kdesavers/Euphoria.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kscreensaver/kdesavers/Euphoria.cpp')
-rw-r--r--kscreensaver/kdesavers/Euphoria.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kscreensaver/kdesavers/Euphoria.cpp b/kscreensaver/kdesavers/Euphoria.cpp
index dacc60e5..8fc5811d 100644
--- a/kscreensaver/kdesavers/Euphoria.cpp
+++ b/kscreensaver/kdesavers/Euphoria.cpp
@@ -997,7 +997,7 @@ KEuphoriaSetup::KEuphoriaSetup( TQWidget* parent, const char* name )
TQWidget *main = makeMainWidget();
TQHBoxLayout* top = new TQHBoxLayout(main, 0, spacingHint());
- TQVBoxLayout* leftCol = new QVBoxLayout;
+ TQVBoxLayout* leftCol = new TQVBoxLayout;
top->addLayout( leftCol );
TQLabel* label = new TQLabel( i18n("Mode:"), main );