summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-03 12:20:22 +0900
committerMichele Calgaro <[email protected]>2024-05-03 12:20:22 +0900
commitef6884371dbbfb20a19f79eeb648aa3a86510fbe (patch)
tree184af1cfc333f2909354a6dab05544127eca98f5
parentdfc20d5bf838a3ad4a0fd07af2eaad2e7c6bd480 (diff)
downloadtdeio-gopher-ef6884371dbbfb20a19f79eeb648aa3a86510fbe.tar.gz
tdeio-gopher-ef6884371dbbfb20a19f79eeb648aa3a86510fbe.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--src/tdeio_gopher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdeio_gopher.cpp b/src/tdeio_gopher.cpp
index cbfdd33..f4377e2 100644
--- a/src/tdeio_gopher.cpp
+++ b/src/tdeio_gopher.cpp
@@ -26,7 +26,7 @@ using namespace TDEIO;
extern "C"
{
- int KDE_EXPORT kdemain( int argc, char **argv )
+ int TDE_EXPORT kdemain( int argc, char **argv )
{
TDEInstance instance( "tdeio_gopher" );