diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:44:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:44:46 -0600 |
commit | cee429821aa6f1acc97fb482d325fb4eb37376ca (patch) | |
tree | 4f55e04b7f000c854fe2b8347dcdb62d97de3c73 /keduca/libkeduca | |
parent | ab801f72ab45e8066a8ec6c533ef13c2da67e559 (diff) | |
download | tdeedu-cee429821aa6f1acc97fb482d325fb4eb37376ca.tar.gz tdeedu-cee429821aa6f1acc97fb482d325fb4eb37376ca.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'keduca/libkeduca')
-rw-r--r-- | keduca/libkeduca/kgallerydialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keduca/libkeduca/kgallerydialog.cpp b/keduca/libkeduca/kgallerydialog.cpp index b1ec43e2..10c6ce43 100644 --- a/keduca/libkeduca/kgallerydialog.cpp +++ b/keduca/libkeduca/kgallerydialog.cpp @@ -104,7 +104,7 @@ bool KGalleryDialog::loadFile( const TQString &filename ) /** Read servers */ void KGalleryDialog::configRead() { - KConfig *appconfig = KGlobal::config(); + KConfig *appconfig = TDEGlobal::config(); TQStringList servers; TQStringList ipservers; TQStringList::Iterator it_ipservers; @@ -140,7 +140,7 @@ void KGalleryDialog::configWrite() { TQStringList servers; TQStringList ipservers; - KConfig *config = KGlobal::config(); + KConfig *config = TDEGlobal::config(); config->setGroup( "kgallerydialog" ); config->writeEntry("Splitter_size", _split->sizes() ); |