diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:54:11 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:54:11 -0600 |
commit | 96eb89ccf6579e7573dcdd6a031997005b4798e1 (patch) | |
tree | 61ea63b675d6b8b0de7b7d129b5e188b1340d10d /src | |
parent | 5a6cd8f08ce0415f0b76460689ef32a71cb0530f (diff) | |
download | k9copy-96eb89ccf6579e7573dcdd6a031997005b4798e1.tar.gz k9copy-96eb89ccf6579e7573dcdd6a031997005b4798e1.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rwxr-xr-x | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 2b200d5..dd03af6 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -72,7 +72,7 @@ int main(int argc, char **argv) { TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); - KApplication app; + TDEApplication app; // kMainDlg *mainWin = 0; // see if we are starting with session management |