summaryrefslogtreecommitdiffstats
path: root/arts/tools/environmentview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arts/tools/environmentview.cpp')
-rw-r--r--arts/tools/environmentview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/arts/tools/environmentview.cpp b/arts/tools/environmentview.cpp
index acbb2083..0ba42a7f 100644
--- a/arts/tools/environmentview.cpp
+++ b/arts/tools/environmentview.cpp
@@ -68,7 +68,7 @@ EnvironmentView::EnvironmentView( Container container, TQWidget* tqparent, const
TQVBoxLayout* _layout = new TQVBoxLayout( this );
_layout->setAutoAdd( true );
defaultEnvFileName = DEFAULT_ENV_FILENAME;
- defaultEnvFileName.tqreplace('~', TQDir::homeDirPath());
+ defaultEnvFileName.replace('~', TQDir::homeDirPath());
listBox = new KListBox(this);
update();
connect(listBox,TQT_SIGNAL(executed(TQListBoxItem*)),