diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:50:19 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:50:19 -0600 |
commit | c954cd41d38d75615d182ca8649fb4320148bdb3 (patch) | |
tree | 125eb6216c2d08800783cf36d87013b4df8d8b3e /kalzium/src/kalzium.cpp | |
parent | 3fe5b9df0c463a3e9508242ab01f4c0242cf988b (diff) | |
download | tdeedu-c954cd41d38d75615d182ca8649fb4320148bdb3.tar.gz tdeedu-c954cd41d38d75615d182ca8649fb4320148bdb3.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kalzium/src/kalzium.cpp')
-rw-r--r-- | kalzium/src/kalzium.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kalzium/src/kalzium.cpp b/kalzium/src/kalzium.cpp index 011aecb6..2046825b 100644 --- a/kalzium/src/kalzium.cpp +++ b/kalzium/src/kalzium.cpp @@ -50,7 +50,7 @@ #include <kdialogbase.h> #include <knuminput.h> -#include <kdeeduglossary.h> +#include <tdeeduglossary.h> #define PerodicTableView_MARGIN 5 #define IDS_ELEMENTINFO 7 @@ -84,8 +84,8 @@ Kalzium::Kalzium() setupSidebars(); setupActions(); - // adding the libkdeedu catalog - KGlobal::locale()->insertCatalogue( "libkdeedu" ); + // adding the libtdeedu catalog + KGlobal::locale()->insertCatalogue( "libtdeedu" ); // creating the glossary dialog and loading the glossaries we have m_glossarydlg = new GlossaryDialog( true, this, "glossary" ); |