diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:22:31 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:22:31 -0600 |
commit | bd11bce76f195adf4f3806cef8cf2e0737c99ff2 (patch) | |
tree | e3c1714d74f67cc51cd04162cd4afa927dd7f7d4 /kgpg/kgpgeditor.cpp | |
parent | 2d7591be424ae10d974d01e0e2f781d19ef07cd6 (diff) | |
download | tdeutils-bd11bce76f195adf4f3806cef8cf2e0737c99ff2.tar.gz tdeutils-bd11bce76f195adf4f3806cef8cf2e0737c99ff2.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kgpg/kgpgeditor.cpp')
-rw-r--r-- | kgpg/kgpgeditor.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kgpg/kgpgeditor.cpp b/kgpg/kgpgeditor.cpp index 1351933..212d9a3 100644 --- a/kgpg/kgpgeditor.cpp +++ b/kgpg/kgpgeditor.cpp @@ -17,7 +17,7 @@ #include <stdlib.h> -#include <kaction.h> +#include <tdeaction.h> #include <tdefiledialog.h> #include <klocale.h> #include <dcopclient.h> @@ -470,7 +470,7 @@ void KgpgApp::slotCheckMd5() Md5Widget *mdwidget=new Md5Widget(this,0,url); mdwidget->exec(); delete mdwidget; - // KMessageBox::information(this,TQString("MD5 sum for "+url.fileName()+" is:\n"+chectdefile.hexDigest().data())); + // KMessageBox::information(this,TQString("MD5 sum for "+url.fileName()+" is:\n"+checkfile.hexDigest().data())); } } |