diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-23 20:11:33 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-23 20:11:33 +0000 |
commit | f9c30e41d26594598abaa8315c4488b6c5ff38ea (patch) | |
tree | 0f3a5190aef92c865cb3f6a2304c093b949bc1b6 /vcs/cvsservice | |
parent | 5e2135048c5de59f5351380653961b9a1e260d84 (diff) | |
download | tdevelop-f9c30e41d26594598abaa8315c4488b6c5ff38ea.tar.gz tdevelop-f9c30e41d26594598abaa8315c4488b6c5ff38ea.zip |
[kdevelop] compatibility with QT_NO_ASCII_CAST and automoc
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1216512 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'vcs/cvsservice')
-rw-r--r-- | vcs/cvsservice/cvspart.h | 1 | ||||
-rw-r--r-- | vcs/cvsservice/cvspartimpl.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/vcs/cvsservice/cvspart.h b/vcs/cvsservice/cvspart.h index df1aed51..b774d682 100644 --- a/vcs/cvsservice/cvspart.h +++ b/vcs/cvsservice/cvspart.h @@ -24,7 +24,6 @@ class TQPopupMenu; class TQDir; class KDialogBase; class KURL; -class KURL::List; class KAction; class CvsProcessWidget; diff --git a/vcs/cvsservice/cvspartimpl.h b/vcs/cvsservice/cvspartimpl.h index a6a8a6a9..93da0ec3 100644 --- a/vcs/cvsservice/cvspartimpl.h +++ b/vcs/cvsservice/cvspartimpl.h @@ -22,7 +22,6 @@ class CvsServicePart; class KDialogBase; class KURL; -class KURL::List; class CvsProcessWidget; class KDevMainWindow; class KDevCore; |