diff options
author | Timothy Pearson <[email protected]> | 2013-02-06 00:40:29 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-06 00:40:29 -0600 |
commit | 516ce728ff4ffd1d1d78db856f167d180347dc02 (patch) | |
tree | a75c11dad46ffb10af1d143535f1b1fd275a4b61 /kopete/protocols/irc/ircprotocol.cpp | |
parent | 4c6870471be96131ae42a7e20355e6f06029a6d9 (diff) | |
download | tdenetwork-516ce728ff4ffd1d1d78db856f167d180347dc02.tar.gz tdenetwork-516ce728ff4ffd1d1d78db856f167d180347dc02.zip |
Fix accidental networtde renames
Diffstat (limited to 'kopete/protocols/irc/ircprotocol.cpp')
-rw-r--r-- | kopete/protocols/irc/ircprotocol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/irc/ircprotocol.cpp b/kopete/protocols/irc/ircprotocol.cpp index 9c6b9df4..8c8e6291 100644 --- a/kopete/protocols/irc/ircprotocol.cpp +++ b/kopete/protocols/irc/ircprotocol.cpp @@ -23,7 +23,7 @@ #include "ircchannelcontact.h" #include "irccontactmanager.h" -#include "networtdeconfig.h" +#include "networkconfig.h" #include "channellist.h" #include "ircguiclient.h" #include "ircusercontact.h" |