diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:00:05 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:00:05 -0600 |
commit | 35cfeb1230c22ee3bd7d14617ebf4fa62ed93534 (patch) | |
tree | 9796d55f01b35b9ebb51b959e4a24376ecb129d8 /src/optiondialog.h | |
parent | 6d70eafec07c8700ad99ad334c92c01119b947bf (diff) | |
download | kdiff3-35cfeb1230c22ee3bd7d14617ebf4fa62ed93534.tar.gz kdiff3-35cfeb1230c22ee3bd7d14617ebf4fa62ed93534.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src/optiondialog.h')
-rw-r--r-- | src/optiondialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/optiondialog.h b/src/optiondialog.h index 03803c0..5e2945c 100644 --- a/src/optiondialog.h +++ b/src/optiondialog.h @@ -26,7 +26,7 @@ class TQCheckBox; class TQLabel; class TQLineEdit; class KColorButton; -class KFontChooser; +class TDEFontChooser; class TDEConfig; #include <kdialogbase.h> |