diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:20:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:20:22 +0900 |
| commit | ef6884371dbbfb20a19f79eeb648aa3a86510fbe (patch) | |
| tree | 184af1cfc333f2909354a6dab05544127eca98f5 /src/tdeio_gopher.cpp | |
| parent | dfc20d5bf838a3ad4a0fd07af2eaad2e7c6bd480 (diff) | |
| download | tdeio-gopher-ef6884371dbbfb20a19f79eeb648aa3a86510fbe.tar.gz tdeio-gopher-ef6884371dbbfb20a19f79eeb648aa3a86510fbe.zip | |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/tdeio_gopher.cpp')
| -rw-r--r-- | src/tdeio_gopher.cpp | 2 |
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" ); |
