summaryrefslogtreecommitdiffstats
path: root/smb4k/smb4k.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:00:58 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-20 00:00:58 -0600
commit1ab85b146efd667be570929ae7fb2b162af0ef0c (patch)
treee08adc17bbe761d0f0ccb0a197f57e2e08e66e52 /smb4k/smb4k.cpp
parentdb480047d0ad5a6939a8591b76a6827b851cb030 (diff)
downloadsmb4k-1ab85b146efd667be570929ae7fb2b162af0ef0c.tar.gz
smb4k-1ab85b146efd667be570929ae7fb2b162af0ef0c.zip
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'smb4k/smb4k.cpp')
-rw-r--r--smb4k/smb4k.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/smb4k/smb4k.cpp b/smb4k/smb4k.cpp
index fe276f3..a0c90a2 100644
--- a/smb4k/smb4k.cpp
+++ b/smb4k/smb4k.cpp
@@ -268,7 +268,7 @@ void Smb4KApp::setupView()
{
KMessageBox::error( 0, "<qt>"+KLibLoader::self()->lastErrorMessage()+"</qt>" );
- KApplication::exit( 0 );
+ TDEApplication::exit( 0 );
return;
}
@@ -297,7 +297,7 @@ void Smb4KApp::setupView()
{
KMessageBox::error( 0, "<qt>"+KLibLoader::self()->lastErrorMessage()+"</qt>" );
- KApplication::exit( 0 );
+ TDEApplication::exit( 0 );
return;
}
@@ -336,7 +336,7 @@ void Smb4KApp::setupView()
{
KMessageBox::error( 0, "<qt>"+KLibLoader::self()->lastErrorMessage()+"</qt>" );
- KApplication::exit( 0 );
+ TDEApplication::exit( 0 );
return;
}
@@ -421,7 +421,7 @@ void Smb4KApp::changeSharesView()
{
KMessageBox::error( 0, "<qt>"+KLibLoader::self()->lastErrorMessage()+"</qt>" );
- KApplication::exit( 0 );
+ TDEApplication::exit( 0 );
return;
}
@@ -500,7 +500,7 @@ void Smb4KApp::slotQuit()
m_system_tray->embed( false );
}
- KApplication::exit( 0 );
+ TDEApplication::exit( 0 );
}