diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:23:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-22 20:23:08 -0600 |
commit | 8856e75c203aa69be210b2fee1095ab9761aca7e (patch) | |
tree | d59810016bc093e8dd7f2f886f07c45fa25447a5 /charselectapplet/charselectapplet.h | |
parent | ed70cd1b539ac2e02319b55183a5be7a28f2d116 (diff) | |
download | tdeutils-8856e75c203aa69be210b2fee1095ab9761aca7e.tar.gz tdeutils-8856e75c203aa69be210b2fee1095ab9761aca7e.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'charselectapplet/charselectapplet.h')
-rw-r--r-- | charselectapplet/charselectapplet.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/charselectapplet/charselectapplet.h b/charselectapplet/charselectapplet.h index 4343660..aa23ed3 100644 --- a/charselectapplet/charselectapplet.h +++ b/charselectapplet/charselectapplet.h @@ -31,7 +31,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. class TQSpinBox; class KLineEdit; -class KAboutData; +class TDEAboutData; class ConfigDialog : public KDialogBase { @@ -111,7 +111,7 @@ public: private: CharTable *_table; - KAboutData *_aboutData; + TDEAboutData *_aboutData; ConfigDialog *_configDialog; }; |