summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-18 00:37:41 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-18 00:37:41 +0000
commitf522dbd5f6f2bee7faf5e20a2b92d279450d72b6 (patch)
treef7bc06cd12e07b49b3fc2900449f42dbd47021a8
parente6b41752a97085386675ed687d4e3aee90bb4f55 (diff)
downloadtdeio-umountwrapper-f522dbd5.tar.gz
tdeio-umountwrapper-f522dbd5.zip
Fix kio-umountwrapper FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kio-umountwrapper@1247899 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--src/kio_umountwrapper.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kio_umountwrapper.cpp b/src/kio_umountwrapper.cpp
index 8b6116a..41c7f76 100644
--- a/src/kio_umountwrapper.cpp
+++ b/src/kio_umountwrapper.cpp
@@ -32,10 +32,10 @@
#include <kdebug.h>
kio_umountwrapper::kio_umountwrapper(const TQString& url)
- : KApplication( 0, "kio_umountwrapper" )
+ : KApplication()
{
m_progress = new KProgressDialog();
- setMainWidget(m_progress);
+ setMainWidget(m_progress);
m_progress->setLabel(i18n("Synchronising data to disk, please wait")+"...");
m_progress->setAutoClose(true);
m_progress->setAllowCancel(false);