diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 23:55:53 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 23:55:53 -0600 |
commit | 562dad317faa4b0d69164b46361089277a24acc6 (patch) | |
tree | c7261d3ec4aed55550213e019e18b49ec7b53631 /kmymoney2/main.cpp | |
parent | 31844f5e7358fff86f7892f901ef371966cd3777 (diff) | |
download | kmymoney-562dad317faa4b0d69164b46361089277a24acc6.tar.gz kmymoney-562dad317faa4b0d69164b46361089277a24acc6.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'kmymoney2/main.cpp')
-rw-r--r-- | kmymoney2/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/main.cpp b/kmymoney2/main.cpp index 26a89a2..d171acf 100644 --- a/kmymoney2/main.cpp +++ b/kmymoney2/main.cpp @@ -130,7 +130,7 @@ int main(int argc, char *argv[]) KMyMoneyUtils::checkConstants(); - KApplication* a = new KApplication(); + TDEApplication* a = new TDEApplication(); if(KGlobal::locale()->monetaryDecimalSymbol().isEmpty()) { KMessageBox::error(0, i18n("The monetary decimal symbol is not correctly set in the TDE Control Center's Country/Region & Language settings. Please set it to a reasonable value and start KMyMoney again."), i18n("Invalid settings")); |