summaryrefslogtreecommitdiffstats
path: root/cervisia/cvsservice/repository.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:48:53 +0900
commit10f886b2fa3fbe9397f6dcaf0db77f1e706b2356 (patch)
tree5804a0c29ddb04aaee49c771fff433b8b5368836 /cervisia/cvsservice/repository.h
parent977c5266d3155a08424862bd40a3bde40c9e0d4a (diff)
downloadtdesdk-10f886b2fa3fbe9397f6dcaf0db77f1e706b2356.tar.gz
tdesdk-10f886b2fa3fbe9397f6dcaf0db77f1e706b2356.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'cervisia/cvsservice/repository.h')
-rw-r--r--cervisia/cvsservice/repository.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/cvsservice/repository.h b/cervisia/cvsservice/repository.h
index 45c32896..0e5ccd03 100644
--- a/cervisia/cvsservice/repository.h
+++ b/cervisia/cvsservice/repository.h
@@ -31,7 +31,7 @@ class TQString;
* Represents a local or remote cvs repository with
* its repository-specific configuration data.
*/
-class KDE_EXPORT Repository : public TQObject, public DCOPObject
+class TDE_EXPORT Repository : public TQObject, public DCOPObject
{
K_DCOP
TQ_OBJECT