diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:05:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:05:21 -0600 |
commit | 6f617c4181afa90f3eba14139d4f92eb98834899 (patch) | |
tree | 8b1b3f1b1834eeca086e1b6948e926d726f3b025 /src/libgui/editor.h | |
parent | b42d04f596e5440b17d954ba9e24d55368030120 (diff) | |
download | piklab-6f617c4181afa90f3eba14139d4f92eb98834899.tar.gz piklab-6f617c4181afa90f3eba14139d4f92eb98834899.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/libgui/editor.h')
-rw-r--r-- | src/libgui/editor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgui/editor.h b/src/libgui/editor.h index 330c380..45e4cda 100644 --- a/src/libgui/editor.h +++ b/src/libgui/editor.h @@ -14,7 +14,7 @@ #include <tqvaluevector.h> #include "common/common/qflags.h" #include <kstdaction.h> -class KPopupMenu; +class TDEPopupMenu; #include "common/global/purl.h" |