Fix kio-umountwrapper FTBFS

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kio-umountwrapper@1247899 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent e6b41752a9
commit f522dbd5f6

@ -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);

Loading…
Cancel
Save