diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:12:22 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:12:22 -0600 |
commit | e4610080c23988490e6bccd6a36dc4ca18081c2c (patch) | |
tree | 67bb3dd348be47936004a19757bda179ed9fd358 /src/notes.cpp | |
parent | 7f80a1ffb726ee7258f793fd15ea1fc320869539 (diff) | |
download | knowit-e4610080c23988490e6bccd6a36dc4ca18081c2c.tar.gz knowit-e4610080c23988490e6bccd6a36dc4ca18081c2c.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/notes.cpp')
-rw-r--r-- | src/notes.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/notes.cpp b/src/notes.cpp index 0ecb01f..0b80afc 100644 --- a/src/notes.cpp +++ b/src/notes.cpp @@ -22,13 +22,13 @@ #include <tqtextstream.h> #include <tqtextcodec.h> #include <klocale.h> -#include <klistview.h> +#include <tdelistview.h> #include <kglobal.h> #include <kiconloader.h> #include <kmimetype.h> #include <krun.h> #include <kurl.h> -#include <klistview.h> +#include <tdelistview.h> #ifdef HAVE_CONFIG_H #include <config.h> |